@charset "UTF-8";


/**나눔 스퀘어 -------------------------------------------------*/
@font-face {
    font-family: 'NanumSquare';
    src: url('../fonts/NanumSquareL.eot'); src:local(※); src:local(※);
    src: url('../fonts/NanumSquareL.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NanumSquareL.woff') format('woff'),
         url('../fonts/NanumSquareL.ttf') format('truetype');
    font-style: normal;
    font-weight: 100;
}
@font-face {
    font-family: 'NanumSquare';
    src: url('../fonts/NanumSquareR.eot'); src:local(※); src:local(※);
    src: url('../fonts/NanumSquareR.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NanumSquareR.woff') format('woff'),
         url('../fonts/NanumSquareR.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'NanumSquare';
    src: url('../fonts/NanumSquareB.eot'); src:local(※); src:local(※);
    src: url('../fonts/NanumSquareB.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NanumSquareB.woff') format('woff'),
         url('../fonts/NanumSquareB.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: 'NanumSquare';
    src: url('../fonts/NanumSquareEB.eot'); src:local(※); src:local(※);
    src: url('../fonts/NanumSquareEB.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NanumSquareEB.woff') format('woff'),
         url('../fonts/NanumSquareEB.ttf') format('truetype');
    font-style: normal;
    font-weight: 900;
}
@font-face {
    font-family: 'NanumSquareRound';
    src: url('../fonts/NanumSquareRoundL.eot'); src:local(※); src:local(※);
    src: url('../fonts/NanumSquareRoundL.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NanumSquareRoundL.woff') format('woff');
    font-style: normal;
    font-weight: 100;
}
@font-face {
    font-family: 'NanumSquareRound';
    src: url('../fonts/NanumSquareRoundR.eot'); src:local(※); src:local(※);
    src: url('../fonts/NanumSquareRoundR.woff') format('woff');
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'NanumSquareRound';
    src: url('../fonts/NanumSquareRoundB.eot'); src:local(※); src:local(※);
    src: url('../fonts/NanumSquareRoundB.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NanumSquareRoundB.woff') format('woff');
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: 'NanumSquareRound';
    src: url('../fonts/NanumSquareRoundEB.eot'); src:local(※); src:local(※);
    src: url('../fonts/NanumSquareRoundEB.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NanumSquareRoundEB.woff') format('woff');
    font-style: normal;
    font-weight: 900;
}

html, body, div, span, input, select, textarea, button, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, code, del, dfn, em, font, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, header, section, footer {
  border: 0;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form, fieldset, input, table, tr, th, td, button, textarea, select {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%; }

ul, ol, dl, dt, dd, li {
  list-style: none; }

table, th, td {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal; }

fieldset, blockquote, iframe, button {
  border: none; }

i, em, u, cite {
  font-style: normal; }

a {
  color: #666;
  text-decoration: none; }
a:hover, a:focus {
  text-decoration: none; }

img, fieldset {
  border: 0;
  outline: none; }

input, button {
  outline: none; }

body {
  font-size: 16px;
  font-family: 'NanumSquare', sans-serif;
  width: 100%;
  color: #666;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  word-break: keep-all; }

input {
  font: inherit;
  margin: 0;
  line-height: normal;
  -webkit-border-radius: 0;
  resize: none; }

button {
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
  margin: 0;
  cursor: pointer;
  -webkit-appearance: none; }

input[type="submit"], input[type="button"], input[type="reset"] {
  cursor: pointer;
  -webkit-appearance: none; }

section, nav, article, aside, header, footer, main {
  display: block; }

input[type="date"]::-webkit-calendar-picker-indicator, input[type="date"]::-webkit-inner-spin-button {
  display: none; }
input[type="password"] {
	font-family:sans-serif !important;
}
input[type="text"], input[type="search"], input[type="tel"], input[type="number"], input[type="password"] {
  -webkit-appearance: none;
  border-radius: 0;
  padding-left: 10px; }

input[placeholder] {
  font-family: inherit;
  font-size: 1em; }

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder {
  color: #aaa;
  font-size: 1em; }

::-ms-clear, ::-ms-reveal {
  display: none;
  font-size: 1em; }

select, textarea, button {
  font: inherit;
  -webkit-appearance: none;
  border-radius: 0; }

input[type="text"], input[type="password"], input[type="file"] {
  height: 42px;
  line-height: 42px;
  margin: 0;
  vertical-align: middle;
  border: solid 1px #ccc;
  background: #fff;
  -webkit-border-radius: 0;
  resize: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }



  select {
  height: 42px;
  line-height: 40px;
  margin: 0;
  vertical-align: middle;
  border: solid 1px #ccc;
  background: #fff;
  -webkit-border-radius: 0;
  resize: none;
  margin: 0;
  vertical-align: middle;
  font-size: 1em;
  border: solid 1px #ccc;
  background: white url(../images/icon/sel_i_03.png) no-repeat ;
  background-size: 16px auto;
  background-position:center right 10px;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 10px; }
select::-ms-expand{display:none;}

input[type="file"] {
  width: 100%;
  padding: 0;
  line-height: normal; }

textarea {
  background: #fbfbfb;
  border: 1px solid #ebebeb;
  padding: 5px;
  width: 99%; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -o-text-overflow: '';
  text-overflow: '';
  zoom: 1; }

input[type="checkbox"] {
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  background: #fff;
  vertical-align: middle; }

input[type="radio"] {
  width: 16px;
  height: 16px;
  border: solid 1px #ccc;
  background: none;
  border-radius: 20px;
  vertical-align: middle;
  margin-right: 10px; }

input[type="image"] {
  border: none;
  background: 0; }

input[type="submit"] {
  width: 260px;
  border: 1px solid #ccc;
  font-size: 1em;
  line-height: 1.5;
  color: #666; }

option {
  border: solid 1px #ccc;
  margin: 0; }

label {
  margin: 0;
  font-weight: normal;
  vertical-align: middle; }

/*체크박스 */
input[type=checkbox],
input[type=radio] {
  /*   display:none;*/
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  /*  position: absolute;

  padding: 0;*/
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0);
  border: 0; 
}

input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

input[type=checkbox] + label:before,
input[type=radio] + label:before  {
  content: ' ';
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 0px 10px 0 0;
  background: url(../images/icon/check_off.png) no-repeat 0 0;
  background-size: 20px auto; 
}

input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
  background: url(../images/icon/check_on.png) no-repeat 0 0;
}

input.radio_st[type=radio] + label:before  {
  background: url(../images/icon/radio_check_off.png) no-repeat 0 0;
}

input.radio_st[type=radio]:checked + label:before {
  background: url(../images/icon/radio_check_on.png) no-repeat 0 0;
}

textarea {
  margin: 0;
  border: solid 1px #ccc; }

button {
  margin: 0;
  padding: 0;
  vertical-align: middle; }

/* //레이아웃  ---------------------------------------------------------------*/
.clearfix:before {
  content: " ";
  display: table; }

.clearfix:after {
  content: " ";
  display: table;
  clear: both; }

.gray_01 {
  color: #333; }

.gray_02 {
  color: #666; }

.gray_03 {
  color: #777; }

.gray_04 {
  color: #888; }

.gray_05 {
  color: #999 !important; }

.black_01 {
  color: #000; }

.red_01 {
  color: #da2128 !important; }

.red_02 {
  color: #fc4732 !important; }

.orange {
  color: #f07d00; }

.blue {
  color: #00aeef; }

.blue_02 {
  color: #005ea1; }

.brown_01 {
  color: #cc6600; }

.white_01 {
  color: #fff; }

.font_08 {
  font-size: 0.571428em !important; }

.font_11 {
  font-size: 0.785714em !important; }

.font_12 {
  font-size: 0.857142em !important; }

.font_13 {
  font-size: 0.928571em !important; }

.font_14 {
  font-size: 1em !important; }

.font_16 {
  font-size: 1.142857em !important; }

.font_17 {
  font-size: 1.214285em !important; }

.font_18 {
  font-size: 1.285714em !important; }

.font_20 {
  font-size: 1.428571em !important; }

.font_22 {
  font-size: 1.571428em !important; }

.font_24 {
  font-size: 1.714285em !important; }

.font_26 {
  font-size: 1.857142em !important; }

.font_28 {
  font-size: 2em !important; }

.font_30 {
  font-size: 2.1428571em !important; }

.bold {
  font-weight: bold; }

.bold_5 {
  font-weight: 500; }

.normal {
  font-weight: normal; }

.letter_01 {
  letter-spacing: -1px; }

.letter_02 {
  letter-spacing: -2px; }

.mt_05 {
  margin-top: 05px !important; }

.mt_10 {
  margin-top: 10px !important; }

.mt_09 {
  margin-top: 9px !important; }

.mt_15 {
  margin-top: 15px !important; }

.mt_20 {
  margin-top: 20px !important; }

.mt_30 {
  margin-top: 30px !important; }

.mt_40 {
  margin-top: 40px !important; }

.mt_50 {
  margin-top: 50px !important; }

.mt_60 {
  margin-top: 60px !important; }

.mt_70 {
  margin-top: 70px !important; }

.mt_80 {
  margin-top: 80px !important; }

.mt_90 {
  margin-top: 90px !important; }

.mt_100 {
  margin-top: 100px !important; }

.mt_120 {
  margin-top: 120px !important; }

.mt_350 {
  margin-top: 350px !important; }

.mb_10 {
  margin-bottom: 10px !important; }

.mb_20 {
  margin-bottom: 20px !important; }

.mb_30 {
  margin-bottom: 30px !important; }

.ml_05 {
  margin-left: 5px !important; }

.ml_10 {
  margin-left: 10px !important; }

.ml_15 {
  margin-left: 15px !important; }

.ml_20 {
  margin-left: 20px !important; }

.ml_30 {
  margin-left: 30px !important; }

.ml_35 {
  margin-left: 35px !important; }

.ml_40 {
  margin-left: 40px !important; }

.ml_50 {
  margin-left: 50px !important; }

.ml_70 {
  margin-left: 70px !important; }

.ml_100 {
  margin-left: 100px !important; }

.mr_05 {
  margin-right: 5px !important; }

.mr_10 {
  margin-right: 10px !important; }

.mr_15 {
  margin-right: 15px !important; }

.mr_20 {
  margin-right: 20px !important; }

.mr_30 {
  margin-right: 30px !important; }

.mr_35 {
  margin-right: 35px !important; }

.mr_40 {
  margin-right: 40px !important; }

.mr_50 {
  margin-right: 50px !important; }

.mr_70 {
  margin-right: 70px !important; }

.mr_100 {
  margin-right: 100px !important; }

.pt_05 {
  padding-top: 05px !important; }

.pt_10 {
  padding-top: 10px !important; }

.pt_09 {
  padding-top: 9px !important; }

.pt_15 {
  padding-top: 15px !important; }

.pt_20 {
  padding-top: 20px !important; }

.pt_30 {
  padding-top: 30px !important; }

.pt_40 {
  padding-top: 40px !important; }

.bt_no, .bb_no {
  border-top: none !important; }

.clearfix:before {
  content: "";
  display: table; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.hidden {
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  background: none; }

.line_10 {
  line-height: 1; }

.line_12 {
  line-height: 1.2; }

.line_14 {
  line-height: 1.4; }

.line_15 {
  line-height: 1.5; }

.letter_20 {
  letter-spacing: -2px; }

.letter_40 {
  letter-spacing: -4px; }

.letter_07 {
  letter-spacing: -0.7px; }

.left {
  float: left; }

.right {
  float: right; }

.text_center {
  text-align: center !important; }

.text_left {
  text-align: left !important; }

.text_right {
  text-align: right !important; }

.text_line {
  text-decoration: underline; }

.star {
  color: #da0016;
  vertical-align: middle; }

.ver_middle {
  vertical-align: middle; }

.ver_top {
  vertical-align: top; }

.w_360 {
  width: 360px; }

.w_400 {
  width: 400px; }

.posi_r {
  position: relative; }

.dis_inline {
  display: inline; }

.dis_block {
  display: block !important; }

.dis_inblock {
  display: inline-block; }

.dis_tbl {
  display: table;
  width: 100%;
  height: 100%; }

.dis_cel {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px; }

.img_100 img {
  width: 100%; }

.img_max img {
  max-width: 100%; }

.bar:after {
  content: "l";
  color: #cfcfcf;
  padding-left: 15px;
  font-weight: normal; }

.bollet li {
  position: relative;
  padding-left: 10px;
  line-height: 1.7; }
  .bollet li:before {
    content: '·';
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    color: #666; }

.bollet_02 li {
  position: relative;
  padding-left: 10px;
  line-height: 1.7; }
  .bollet_02 li:before {
    content: '-';
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    color: #666; }

.bollet_txt {
  position: relative;
  padding-left: 10px;
  line-height: 1.7; }
  .bollet_txt:before {
    content: '·';
    position: absolute;
    left: 0;
    top: 0;
    color: #666;
    font-weight: bold; }

.bar_list:after {
  content: '';
  clear: both;
  visibility: hidden;
  display: table; }

.bar_list li {
  float: left; }
  .bar_list li a {
    display: inline-block;
    padding: 0 10px;
    border-left: 1px solid #fff;
    line-height: 12px;
    height: 12px; }
  .bar_list li:first-child a {
    padding-left: 0;
    border-left: 0; }
  .bar_list li:last-child a {
    padding-right: 0; }

.bar_span span {
  display: inline-block;
  padding: 0 10px;
  border-left: 1px solid #ccc;
  line-height: 1; }
  .bar_span span:first-child {
    padding-left: 0;
    border-left: 0; }

/* 위치 */
.linemap_box > ul > li {
  float: left;
  padding: 10px 0 10px 30px;
  background: url(../images/sub/linemap_gt.png) no-repeat 10px center; }
  .linemap_box > ul > li:first-child {
    padding-left: 0;
    background: none; }
    .linemap_box > ul > li:first-child a {
      background: url(../images/sub/home.png) no-repeat 0 3px;
      padding: 10px 0 10px 20px;
      display: block;
      font-size: 0;
      text-indent: -1000000000000000000px; }
  .linemap_box > ul > li > a {
    display: block;
    font-size: 13px;
    color: #666; }
  .linemap_box > ul > li span {
    padding: 0 10px; }
  .linemap_box > ul > li .sub_menu_box > a {
    display: block;
    background: url(../images/sub/nav_icon.png) no-repeat right center;
    padding: 15px 35px 15px 25px; }
    .linemap_box > ul > li .sub_menu_box > a.active {
      background: url(../images/sub/nav_icon_hover.png) no-repeat right center;
      color: #000; }
  .linemap_box > ul > li .sub_nav_list {
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    border: 1px solid #333; }
    .linemap_box > ul > li .sub_nav_list li {
      width: 170px;
      border-bottom: 1px solid #ccc; }
      .linemap_box > ul > li .sub_nav_list li a {
        display: block;
        padding: 8px 5px;
        background: #fff; }
        .linemap_box > ul > li .sub_nav_list li a:last-child {
          border-bottom: none; }
        .linemap_box > ul > li .sub_nav_list li a:hover, .linemap_box > ul > li .sub_nav_list li a:focus {
          background: #f6f6f6;
          color: #465866; }

/*스크롤 */
.col_scroll {
  height: 100%;
  overflow-x: hidden;
  padding: 0 0 20px 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

@media screen and (max-width: 980px) {
  .row_scroll {
    width: 100%;
    padding: 0 0 8px 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; }
    .row_scroll table {
      width: 100%;
      min-width: 800px; } }

.col_scroll::-webkit-scrollbar-track, .row_scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff; }

.col_scroll::-webkit-scrollbar, .row_scroll::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #fff; }

.col_scroll::-webkit-scrollbar-thumb, .row_scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #999; }

/*탑으로 */
#top_btn {
  position: fixed;
  color: #fff;
  bottom: 50px;
  right: 10px;
  z-index: 99999; }

#top_btn a {
  display: block;
  width: 80px;
  height: 69px;
  background:url(../images/icon/top_btn.png) no-repeat;
  text-align: center;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 0.875em;
  line-height: 90px; }
  #top_btn a:hover {
 }

.youtubeWrap {
  position: relative; }

.pop-con .youtubeWrap {
  position: relative;
  width: 100% !important;
  padding-bottom: 56.25% !important; }

.youtubeWrap.on {
  position: relative;
  width: 100% !important;
  padding-bottom: 56.25% !important; }

.youtubeWrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

/*텍스트 */
.m_br_show {
  display: none; }
  @media screen and (max-width: 1024px) {
    .m_br_show {
      display: block; } }

@media screen and (max-width: 1024px) {
  .m_br_none, .m_br_no {
    display: none; } }

/*시작 팝업  드레그*/
.modal-dialog .check-area {
  float: left;
  width: 80%;
  text-align: left;
  color: #333; }

.modal-dialog .modal-footer .pop-close {
  float: right;
  padding-left:20px;
  text-align: right;
  display: block;
  font-weight: 500;
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #ddd; }

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000; }
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0; }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5; }

.modal-header {
  min-height: 16.42857143px;
  padding: 15px; }
  .modal-header .close {
    margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }



.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: .5;
  z-index: 500; }

.modal.start_pop {
  position: absolute;
  top: 110px;
  left: 10px;
  display:none;
  max-width:800px;
  width: auto;
  height: auto;
  right: auto;
  bottom: auto;
  cursor: move; }
  .modal.start_pop .modal-header {

    padding: 10px;
  }
  .modal.start_pop .modal_standard {
    position: relative;
    display: block;
    width: auto;
    height: auto; }

@media screen and (max-width: 1024px) {
  .modal.start_pop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%; }
    .modal.start_pop .modal_standard {
      position: fixed;
      left: 0;
      top: 70px;
      display: table;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      overflow: hidden;
      text-align: center;
      margin: 0 auto; }
    .modal.start_pop .modal-body {
      max-height: 300px;
      overflow-y: auto; } }

/* //테이블  ---------------------------------------------------------------*/
/* // 일반 게시판 // //////////////////////////////////*/
@media screen and (max-width: 1024px) {
  table {
    font-size: 13px; } }

.table_board_for {
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #333;
  text-align: center;
  word-break: break-all; }
  @media screen and (max-width: 1024px) {
    .table_board_for.type_b th:nth-child(2),
    .table_board_for.type_b td:nth-child(2) {
      width: 60%; }
    .table_board_for.type_b th:nth-child(3),
    .table_board_for.type_b td:nth-child(3) {
      width: 20%; }
    .table_board_for.type_b th:nth-child(4),
    .table_board_for.type_b td:nth-child(4) {
      width: 20%; }
    .table_board_for.type_b th:last-child,
    .table_board_for.type_b td:last-child {
      display: none; } }
  @media screen and (max-width: 1024px) {
    .table_board_for.type_c th:nth-child(2),
    .table_board_for.type_c td:nth-child(2) {
      width: 16%; }
    .table_board_for.type_c th:nth-child(3),
    .table_board_for.type_c td:nth-child(3) {
      width: 52%; }
    .table_board_for.type_c th:nth-child(4),
    .table_board_for.type_c td:nth-child(4) {
      width: 16%; }
    .table_board_for.type_c th:last-child,
    .table_board_for.type_c td:last-child {
      width: 16%; } }
  @media screen and (max-width: 1024px) {
    .table_board_for.type_e {
      display: block; }
      .table_board_for.type_e th,
      .table_board_for.type_e td {
        padding: 8px 5px; }
      .table_board_for.type_e colgroup,
      .table_board_for.type_e th:nth-child(1),
      .table_board_for.type_e td:nth-child(1) {
        display: none; }
      .table_board_for.type_e th:nth-child(2),
      .table_board_for.type_e td:nth-child(2) {
        width: 100%; }
      .table_board_for.type_e th:nth-child(3),
      .table_board_for.type_e td:nth-child(3) {
        width: 100%; }
      .table_board_for.type_e th:last-child,
      .table_board_for.type_e td:last-child {
        width: 100%; }
      .table_board_for.type_e tbody,
      .table_board_for.type_e colgroup,
      .table_board_for.type_e tr,
      .table_board_for.type_e th,
      .table_board_for.type_e td {
        display: block;
        border: none; }
      .table_board_for.type_e thead {
        display: none; }
      .table_board_for.type_e tr {
        border-bottom: 1px solid #ddd;
        padding: 10px 0 10px 10px;
        text-align: left; }
      .table_board_for.type_e tr td,
      .table_board_for.type_e tr th {
        padding: 0;
        border: none;
        text-align: left;
        line-height: 1.7; }
      .table_board_for.type_e tr th {
        padding: 10px 0 5px;
        text-align: left; }
      .table_board_for.type_e tr td {
        position: relative;
        padding-left: 65px; }
        .table_board_for.type_e tr td:before {
          content: attr(data-title);
          position: absolute;
          top: 0;
          left: 0;
          color: #222;
          font-weight: 500; }
        .table_board_for.type_e tr td a {
          position: relative; }
          .table_board_for.type_e tr td a:before {
            content: '';
            height: 10px;
            border-left: 1px solid #ccc;
            margin-top: -5px;
            position: absolute;
            top: 50%;
            left: -8px;
            margin-top: -5px; } }
  @media screen and (max-width: 1024px) {
    .table_board_for.qna_type_a colgroup,
    .table_board_for.qna_type_a thead {
      display: none; }
    .table_board_for.qna_type_a tr:after {
      content: '';
      display: block;
      clear: both; }
    .table_board_for.qna_type_a tbody tr {
      border-top: 1px solid #ddd;
      padding: 5px 0 .table_board_for.qna_type_a tbody tr; }
      .table_board_for.qna_type_a tbody tr :first-child {
        border-top: 0; }
    .table_board_for.qna_type_a tbody,
    .table_board_for.qna_type_a tr,
    .table_board_for.qna_type_a td {
      display: block;
      width: 100% !important;
      text-align: left;
      border: none; }
      .table_board_for.qna_type_a tbody:nth-child(2),
      .table_board_for.qna_type_a tr:nth-child(2),
      .table_board_for.qna_type_a td:nth-child(2) {
        float: left;
        width: 100% !important; }
      .table_board_for.qna_type_a tbody:nth-child(3), .table_board_for.qna_type_a tbody:nth-child(4), .table_board_for.qna_type_a tbody:nth-child(5),
      .table_board_for.qna_type_a tr:nth-child(3),
      .table_board_for.qna_type_a tr:nth-child(4),
      .table_board_for.qna_type_a tr:nth-child(5),
      .table_board_for.qna_type_a td:nth-child(3),
      .table_board_for.qna_type_a td:nth-child(4),
      .table_board_for.qna_type_a td:nth-child(5) {
        float: left;
        margin-right: 5px;
        width: auto !important; } }
  .table_board_for thead th {
    color: #222;
    font-weight: 900;
    font-size:18px; }
  .table_board_for th {
    padding: 15px 5px;
    position: relative; 
    border-bottom: 1px solid #ddd;
  }
    .table_board_for th:first-child:before {
      display: none; }
  .table_board_for td {
    padding: 15px 5px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
    color:#555;
    font-size:17px; }
  .table_board_for td.point {
    font-weight:700;
    color:#ed1846;
  }
    .table_board_for td .img_bx {
      overflow: hidden;
      width: 80px;
      margin: 0 auto;
      background: url(../images/board/280x190_default.jpg) no-repeat center center;
      background-size: cover; }
      .table_board_for td .img_bx .img_src {
        display: block;
        margin: 0 auto;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 75%; }
  @media screen and (max-width: 1024px) {
    .table_board_for th,
    .table_board_for td {
      padding: 8px 5px; }
    .table_board_for colgroup,
    .table_board_for th:nth-child(1),
    .table_board_for td:nth-child(1) {
      display: none; }
    .table_board_for th:nth-child(2),
    .table_board_for td:nth-child(2) {
      width: 50%; }
    .table_board_for th:nth-child(3),
    .table_board_for td:nth-child(3) {
      width: 20%; }
    .table_board_for th:last-child,
    .table_board_for td:last-child {
      width: 20%; } }
.table_board_for .icon_noti {
  font-size:14px;
  color:#fff;
  font-weight:700;
  background:#ed1846;
  padding:7px 10px 6px;
  border-radius:3px;

}
.table_board_for .title a {
  display:inline-block;
  max-width:100%;
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;
  vertical-align: middle;
  margin-bottom:-1px;
  border-bottom:1px solid transparent;
}
.table_board_for .title a:hover {
  border-bottom-color:#222;
  color:#000;
}
.table_board_for .down_btn {
  width:35px;
  height:35px;
  margin:0 2px;
  border-radius:40px;
  display:inline-block;
  text-align:center;
  background-color:#999;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  background-image:url(../images/icon/down_btn.png);
  transition:0.3s;
}
.table_board_for .down_btn.view {
  background-image:url(../images/icon/down_btn-view.png);
}
.table_board_for .down_btn.share {
  background-image:url(../images/icon/share_icon1.png);
}
.table_board_for .down_btn:hover {
  background-color:#ed1846;
}



/* 게시판 아이콘 */
table tr .xi-volume-up,
table tr .xi-file-download {
  font-size: 18px;
  color: #ed1846; }

table tr .anwer_off {
  display: inline-block;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #999;
  font-size: 15px;
  vertical-align: middle;
  letter-spacing: -0.5px;
  padding:0 10px; }

table tr .anwer_on {
  display: inline-block;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #ed1846;
  font-size: 15px;
  vertical-align: middle;
  letter-spacing: -0.5px;
  padding:0 10px; }

table tr .xi-renew {
  font-size: 28px;
  color: #ed1846; }

/*비밀번호 입력 */
.pass-wrap {
  margin-top: 60px; }
  .pass-wrap .tit {
    font-size: 19px;
    font-weight: 500;
    color: #333;
    margin-bottom: 20px; }

/*갤러리 게시판 ///////////////////////////////////////////////////*/
@media screen and (max-width: 1024px) {
  .img_board_list {
    margin: 0 -10px;
  }
  .img_board_list li {
    padding: 0 10px;
  } 
}
.board_gall_box {
  padding:30px 0 0;
  border-top:2px solid #333;
  overflow: hidden;
}
.board_gall_box .img_board_list {
  margin:-30px -20px 0 0;
  overflow: hidden;
}
.board_gall_box .img_board_list li {
  float:left;
  width:25%;
  border-bottom:1px solid #ddd;
  padding:0 0 30px;
}

.board_gall_box .img_board_list li a {
  position: relative;
  display: block;
  border: 1px solid #bbb;
  margin:30px 20px 0 0;
}
    .img_board_list li a:before {
      content: "";
      position: absolute;
      top: -1px;
      left: -1px;
      right: -1px;
      bottom: -1px;
      border: 0 solid #ed1846;
      -webkit-transition: border-width 0.3s;
      -o-transition: border-width 0.3s;
      transition: border-width 0.3s;
      z-index: 5; }
    .img_board_list li a .img_box {
      overflow: hidden;
      position: relative; }

      .img_board_list li a .img_box .img_src {
        display: block;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        width: 95%;
        margin:2.5% auto 0;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
        overflow: hidden;
     background-size: contain;
        padding-top: 75%;
        transition: 0.3s; }
    .img_board_list li a .txt_box {
      padding:15px;
      background: #fff;
      text-align: left;
      color: #333; }
      .img_board_list li a .txt_box .tit {
        color: #222;
        font-weight: 400;
        height: 20px;
        font-size:17px;
        line-height: 20px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical; }
        @media screen and (max-width: 1024px) {
          .img_board_list li a .txt_box .tit {
            font-size: 14px; } }
      .img_board_list li a .txt_box .date {
        margin-top: 5px;
        font-size: 14px;
        color: #999; }
      .img_board_list li a .txt_box .des {
        margin-top: 10px;
        font-size: 0.9em;
        color: #999;
        height: 40px;
        line-height: 20px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
    .img_board_list li a:hover:before {
      border-width: 1px; }
    .img_board_list li a:hover .img_box .img_src {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
    .img_board_list li a:hover .txt_box .tit {
      color: #ed1846; }

.img_board_list.type_b li a {
  border: none; }
  .img_board_list.type_b li a .txt_box {
    padding: 15px 0; }
  .img_board_list.type_b li a:before {
    display: none; }
  .img_board_list.type_b li a:hover .img_box .hover_box {
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    height: 100%; }
  .img_board_list.type_b li a .img_box .hover_box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px; }
    .img_board_list.type_b li a .img_box .hover_box .txt {
      display: inline-block;
      border-bottom: 1px solid #fff; }
    .img_board_list.type_b li a .img_box .hover_box i {
      font-size: 12px;
      margin-left: 5px; }

.img_board_list.type_c li {
  margin-bottom: 0; }
  .img_board_list.type_c li a {
    margin-left: -1px;
    margin-top: -1px; }

.img_board_list.type_c li a .txt_box .date {
  margin-top: 10px;
  font-size: 0.9em;
  color: #999;
  height: auto;
  line-height: 1.5;
  -o-text-overflow: inherit;
  text-overflow: inherit;
  display: block; }
  .img_board_list.type_c li a .txt_box .date span {
    position: relative;
    padding: 0 7px; }
    .img_board_list.type_c li a .txt_box .date span:before {
      content: '';
      position: absolute;
      top: 50%;
      left: -1px;
      height: 10px;
      margin-top: -5px;
      border-left: 1px solid #ccc; }
    .img_board_list.type_c li a .txt_box .date span:first-child {
      padding-left: 0; }
      .img_board_list.type_c li a .txt_box .date span:first-child:before {
        display: none; }
  @media screen and (max-width: 1024px) {
    .img_board_list.type_c li a .txt_box .date {
      font-size: 11px;
      letter-spacing: -0.5px; }
      .img_board_list.type_c li a .txt_box .date span {
        padding: 0 5px; } }

/*썸네일 게시판 */
.img_board_list_02 {
  border-top: 1px solid #000; }
  .img_board_list_02 li {
    padding: 20px 0;
    border-bottom: 1px solid #ddd; }
    .img_board_list_02 li a {
      display: table;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative; }
      .img_board_list_02 li a .no_txt {
        position: absolute;
        top: 50%;
        left: 0;
        color: #222;
        font-weight: 400;
        margin-top: -12px; }
      .img_board_list_02 li a:hover .txt_box .tit {
        text-decoration: underline !important; }
      .img_board_list_02 li a:hover .img_box img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear; }
      .img_board_list_02 li a .img_box {
        overflow: hidden;
        float: left;
        width: 160px;
        margin-right: 30px;
        border: 1px solid #ddd; }
        @media screen and (max-width: 1024px) {
          .img_board_list_02 li a .img_box {
            width: 80px;
            margin-right: 15px; } }
        .img_board_list_02 li a .img_box img {
          width: 100%; }
      .img_board_list_02 li a .txt_box {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
        position: relative; }
        .img_board_list_02 li a .txt_box .tit {
          font-size: 18px;
          color: #222;
          font-weight: 400; }
          @media screen and (max-width: 1024px) {
            .img_board_list_02 li a .txt_box .tit {
              font-size: 14px;
              height: 20px;
              line-height: 20px;
              overflow: hidden;
              -o-text-overflow: ellipsis;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical; } }
        .img_board_list_02 li a .txt_box .des {
          margin-top: 10px;
          color: #999;
          height: 20px;
          line-height: 20px;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical; }
          @media screen and (max-width: 1024px) {
            .img_board_list_02 li a .txt_box .des {
              display: none; } }
        .img_board_list_02 li a .txt_box .tbl_detail_span {
          margin-top: 10px; }
          .img_board_list_02 li a .txt_box .tbl_detail_span span {
            position: relative;
            padding: 0 7px; }
            .img_board_list_02 li a .txt_box .tbl_detail_span span:before {
              content: '';
              position: absolute;
              top: 50%;
              left: -1px;
              height: 10px;
              margin-top: -5px;
              border-left: 1px solid #ccc; }
            .img_board_list_02 li a .txt_box .tbl_detail_span span:first-child {
              padding-left: 0; }
              .img_board_list_02 li a .txt_box .tbl_detail_span span:first-child:before {
                display: none; }
          @media screen and (max-width: 1024px) {
            .img_board_list_02 li a .txt_box .tbl_detail_span {
              font-size: 11px; } }

.event_img_list {
  border-bottom: 1px solid #999;
  border-top: 1px solid #999; }
  .event_img_list li {
    position: relative;
    padding: 20px 0;
    border-top: 1px solid #ddd; }
    .event_img_list li .event_t {
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      padding: 8px 20px;
      z-index: 1;
      font-size: 16px;
      color: #fff;
      background: rgba(0, 0, 0, 0.5);
      text-align: center; }
      @media screen and (max-width: 1024px) {
        .event_img_list li .event_t {
          font-size: 13px;
          padding: 5px 10px; } }
      .event_img_list li .event_t.on {
        background: rgba(243, 159, 15, 0.5); }
    .event_img_list li a {
      position: relative;
      display: table;
      width: 100%; }
      .event_img_list li a:hover .txt_box .tit {
        color: #ed1846; }
      .event_img_list li a:hover .btn_link {
        background: #ed1846;
        color: #fff; }
      .event_img_list li a:hover .img_box:before {
        border-width: 5px; }
    .event_img_list li:first-child {
      border-top: none; }
    .event_img_list li .img_box {
      position: relative;
      float: left;
      width: 400px;
      margin-right: 40px;
      border: 1px solid #ddd; }
      .event_img_list li .img_box img {
        width: 100%; }
      .event_img_list li .img_box:before {
        content: "";
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        bottom: -1px;
        border: 0 solid #ed1846;
        -webkit-transition: border-width 0.3s;
        -o-transition: border-width 0.3s;
        transition: border-width 0.3s;
        z-index: 5; }
      @media screen and (max-width: 1024px) {
        .event_img_list li .img_box {
          float: none;
          width: 100%;
          margin-bottom: 15px; } }
    .event_img_list li .txt_box {
      display: table-cell;
      width: 100%;
      vertical-align: middle;
      padding: 10px 0; }
      .event_img_list li .txt_box .tit {
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        font-size: 25px;
        color: #333;
        font-weight: bold;
        height: 25px;
        line-height: 25px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical; }
      .event_img_list li .txt_box .des {
        font-size: 17px;
        height: 20px;
        line-height: 20px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        margin-top: 20px; }
      .event_img_list li .txt_box .date {
        margin-top: 20px; }
      @media screen and (max-width: 1024px) {
        .event_img_list li .txt_box {
          display: block;
          padding: 0; }
          .event_img_list li .txt_box .tit {
            font-size: 17px; }
          .event_img_list li .txt_box .des {
            font-size: 14px;
            margin-top: 10px; }
          .event_img_list li .txt_box .date {
            margin-top: 10px; } }

/* // 게시판 뷰 // //////////////////////////////////*/
.table-view-01 {
  width: 100%;
  border-top:1px solid #222;
}
  .table-view-01.type_e .col_w {
    width: 150px; }
  .table-view-01.type_e th {
    background: #f6f6f6;
    text-align: left; }
  @media screen and (max-width: 1024px) {
    .table-view-01.type_e .col_w {
      width: 80px; }
    .table-view-01.type_e th {
      padding: 8px 2px; } }
  .table-view-01 th,
  .table-view-01 td {
    padding: 15px;
    vertical-align: middle;
    border-bottom: solid 1px #ddd; }
  .table-view-01 th {
    color: #333;
    font-weight: 900; 
    font-size:18px;
    text-align:left;
  }
  .table-view-01 td {
    font-size:17px;
    color:#555;
    text-align:left;
  }
  .table-view-01 .sm-info {
    border-bottom:none;
    font-size:14px;
    text-align:right;
    color:#999;
  }
  .table-view-01 .sm-info span {
    padding-left:30px;
    position:relative;
  }
  .table-view-01 .sm-info span:before {
    content:"";
    width:1px;
    height:14px;
    background:#ddd;
    position:absolute;
    left:15px;
    top:1px;
  }
  .table-view-01 .sm-info span:first-child:before {
    display:none;
  }

  .table-view-01 .blue {
    color: #5d9ad3; }
  .table-view-01 .text_left {
    text-align: left; }
  .table-view-01 .addfile_txt {
    padding-left:25px;
    display:inline-block;
    vertical-align: middle;
    margin-right:25px;
    background: url(../images/icon/file_i.png) no-repeat left center; 
  }
  .table-view-01 .notice-b {
    display: inline-block;
    padding: 2px 8px;
    background-color: #489fc4;
    color: #fff;
    font-size: 12px;
    border-radius: 10px; }
  .table-view-01.title-black th {
    color: #333; }
  .table-view-01.th-center th {
    text-align: center; }
  .table-view-01.table-line th,
  .table-view-01.table-line td {
    border: solid 1px #ddd; }
  .table-view-01 td .board-box {
    min-height: 150px;
    padding:50px 10px 60px; 
  }
    .table-view-01 td .board-box img {
      max-width: 100%; }
  .table-view-01 .tbl_detail_list li {
    display: inline-block;
    position: relative;
    padding: 0 10px; }
    .table-view-01 .tbl_detail_list li:last-child {
      padding-right: 0; }
    .table-view-01 .tbl_detail_list li:first-child {
      padding-left: 0; }
    .table-view-01 .tbl_detail_list li .tit_t {
      font-weight: bold;
      color: #222;
      margin-right: 5px; }
    .table-view-01 .tbl_detail_list li:first-child:before {
      display: none; }
    .table-view-01 .tbl_detail_list li:before {
      content: '';
      border-left: 1px solid #ccc;
      height: 10px;
      margin-top: -5px;
      top: 50%;
      left: -2px;
      position: absolute; }
    @media screen and (max-width: 768px) {
      .table-view-01 .tbl_detail_list li {
        padding: 0 4px; }
        .table-view-01 .tbl_detail_list li .tit_t {
          margin-right: 0; } }
.table-view-01 .tit_box {
  padding:20px 0;
}
.table-view-01 .tit_box p.tit {
  font-size:28px; 
  font-weight:700;
  color:#222;
  text-align: center;
}
    .table-view-01 .tit_box p.tit .type_t {
      display: inline-block;
      vertical-align: middle;
      font-size: 13px;
      color: #fff;
      font-weight: 400;
      background: #666;
      letter-spacing: -0.8px;
      padding: 0 5px;
      height: 25px;
      line-height: 23px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-right: 10px; }
  .table-view-01 .tit_box p.tbl_detail_span {
    float: right;
    font-size:16px; }
    .table-view-01 .tit_box p.tbl_detail_span span:first-child:before {
      display: none; }
    .table-view-01 .tit_box p.tbl_detail_span span:before {
      display: inline-block;
      overflow: hidden;
      width: 1px;
      height: 10px;
      margin: -1px 7px 0 4px;
      background: #bbb;
      content: '';
      vertical-align: middle; }
    .table-view-01 .tit_box p.tbl_detail_span > span.anwer_on:before, .table-view-01 .tit_box p.tbl_detail_span > span.anwer_off:before {
      display: none; }
.table-view-01 span.event {
  display:inline-block;
  vertical-align: middle;
  padding:5px 0 4px;
  width:65px;
  text-align:center;
  border-radius:3px;
  background:#999;
  color:#fff;
  font-size:14px;
  font-weight:700;
}
.table-view-01 span.event.ing {
  background:#ed1846;
}
.view-btn-area {
  text-align:center;
  padding-top:60px;
  border-top:1px solid #ccc;
}
.view-btn-area.text_right {
  border-top:none;
}
.btn_inc {
  display:inline-block;
  text-align:center;
  width:160px;
  height:60px;
  line-height:60px;
  background:#777;
  box-sizing:border-box;
  font-size:17px;
  font-weight:700;
  color:#fff;
  border:1px solid #777;
}
.btn_inc.sm {
  width:130px;
  height:45px;
  line-height:45px;
  font-size:16px;
}
.btn_inc.white {
  border:1px solid #999;
  color:#333;
  background:#fff;
}
.btn_inc.point {
  border:1px solid #ed1846;
  color:#fff;
  background:#ed1846;
}
.btn_inc.line {
  display:inline-block;
  text-align: center;
  line-height:58px;
  background:#fff;
  border:1px solid #959595;
  color:#2c2c2c;
  font-size:18px;
}
.btn_inc.line.point {
  border-color:#ed1846;
  color:#ed1846;
  width:195px;
}


/*뷰 리스트 */
.border-list-type {
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
  font-size:16px; }
  .border-list-type li {
    border-bottom: solid 1px #c7c7c7;
    height: 60px;
    line-height: 60px;
    position: relative;
    padding-left: 135px; 
    font-size:17px;
  }
    .border-list-type li a {
      display: block; }
      .border-list-type li a .list-title {
        font-weight: 700;
        color: #333; }
      .border-list-type li a .list-up-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 150px;
        padding: 0 30px 0 50px;
        height: 60px;
        line-height: 60px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #222;
        background: url("../images/icon/list-prev.gif") no-repeat 15px center; }
      .border-list-type li a .list-down-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 150px;
        height: 60px;
        line-height: 60px;
        padding: 0 30px 0 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #222;
        background: url("../images/icon/list-next.gif") no-repeat 15px center; }
      .border-list-type li a .w-con {
        float: none;
        overflow: hidden; }
  .border-list-type .border-none {
    border-bottom: none; }

/*페이징 */
.paging-area {
  position: relative;
  margin-top: 60px; }
/*  @media screen and (max-width: 1024px) {
    .paging-area {
      margin-top: 30px; } }
*/  .paging-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
    .paging-area ul li {
      display: inline;
      padding: 0; }
      .paging-area ul li a {
        position: relative;
        display: inline-block;
        margin:0 5px;
        width: 42px;
        height: 42px;
        line-height: 42px;
        color: #555;
        background-color: #fff;
        font-size:17px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-position: center center;}
        .paging-area ul li a.active,
        .paging-area ul li a:hover {
          text-decoration: none;
          color: #fff;
          background-color: #ed1846;}
        .paging-area ul li a.prev {
          background-image: url("../images/icon/paging-prev.png"); }
        .paging-area ul li a.next {
          background-image: url("../images/icon/paging-next.png"); }
          .paging-area ul li a.prev-first {
          background-image: url("../images/paging/prev-first.png");
          background-size:44px;
 }
        .paging-area ul li a.next-last {
          background-image: url("../images/paging/next-last.png");
          background-size:44px; }
        .paging-area ul li a span {
          display: inline-block;
          font-size:0;
          text-indent: -9999px; }

/* 게시판 하단 검색 */
.board-search-01 {
  padding: 20px 0;
  text-align: center;
  position: relative; 
  margin-top:60px;
  font-size:18px;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
}
.board-search-01.type2 {
  background:#f6f6f6;
  border:none;
}
 /* @media screen and (max-width: 1024px) {
    .board-search-01.type_c .select-type-01 {
      top: 65px; }
    .board-search-01.type_c .select-type-01.first {
      position: static;
      width: 100%;
      margin-bottom: 5px; }
    .board-search-01.type_c .btn-color-01 {
      top: 65px; } }*/
  .board-search-01 select,
  .board-search-01 input {
    border: solid 1px #ccc;
    background-color: #fff; 
    margin:0 3px;
  }
  .board-search-01 .select-type-01 {
    width: 150px;
    height: 55px;
    color:#444;
    background-color: #fff; 
    padding:0 20px;
  }
  .board-search-01 .input-type-01 {
    padding: 0 20px;
    width:300px;
    height: 55px;
    line-height: 55px;
    background-color: #fff; }
  .board-search-01 .btn {
    display: inline-block;
    vertical-align: top;
    line-height: 55px;
    height: 55px;
    line-height: normal; }
  .board-search-01 .btn-color-01 {
    width: 150px;
    color: #fff;
    background-color: #ed1846;
    border-color:#ed1846;
  }

/*@media screen and (max-width: 1024px) {
  .board-search-01 .select-type-01 {
    width: 21%;
    position: absolute;
    top: 20px;
    left: 0; } }

@media screen and (max-width: 1024px) {
  .board-search-01 .input-type-01 {
    margin: 0 22% 0 22%;
    width: 56%; } }

@media screen and (max-width: 1024px) {
  .board-search-01 .btn-color-01 {
    width: 21%;
    position: absolute;
    top: 20px;
    right: 0; } }*/

/*글작성 */
.board_write_btn_bx {
  position: relative;
  text-align: right; }
  .board_write_btn_bx a {
    position: absolute;
    top: 56px;
    right: 0;
    z-index: 2; }
    @media screen and (max-width: 1024px) {
      .board_write_btn_bx a {
        position: static;
        margin-top: 10px;
        width: 100%; } }
.board_view_btn_box {
  margin-top:60px;
}

.table-form-01 {
  width: 100%;
  border-top: 1px solid #222;
  background: #fff;
  border-bottom: 1px solid #ddd; }
  .table-form-01.type_c th,
  .table-form-01.type_c td {
    display: block;
    border-bottom: 0; }
  .table-form-01.type_c td {
    padding: 0; }
  .table-form-01.type_c th {
    padding: 10px 0 5px; }
  .table-form-01 .col_w {
    width: 150px; }

  .table-form-01 tr th {
    padding: 15px;
    text-align: left;
    font-weight: 900;
    font-size:18px;
    color: #2c2c2c; }
  .table-form-01 tr th,
  .table-form-01 tr td {
    border-bottom: 1px solid #ddd; }
  .table-form-01 td {
    padding: 15px; 
    font-size:17px;
    color:#555;
  }
  
  .table-form-01 .input_find {
	 /*position:relative;*/
  }
  .table-form-01 .input_find .table-btn-01 {
	 height:60px;
	 line-height:60px;
	 font-size:17px;
	 padding:0 20px;
  }

  .table-form-01 th label {
    font-weight: bold; }
  .table-form-01 .code {
    background: #ddd;
    padding: 0 20px;
    margin-right: 5px;
    color: #333;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    vertical-align: middle;
  }
  .table-form-01 .btn-type-01 {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.form_wrap.type_c {
  max-width: 600px;
  margin: 0 auto; }


.view_reply_wrap {
  margin-top:40px;
}

.view_reply_wrap .reply_tit {
  font-size:18px;
  font-weight:700;
  margin-bottom:15px;
}


/*   FAQ  */
.qna {
  background: #fff;
  text-align: left; 
  border-bottom:1px solid #ddd;
}

.qna .qna-header {
  position: relative;
  border-top: solid 1px #ddd;
}

.qna .qna-header a {
  display: block;
  padding:25px 20px 25px 70px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  color: #2c2c2c;
  background: url(../images/icon/faq_plus.png) no-repeat right 25px center;
  transition:0;
}
.qna .qna-header a.select {
  background: url(../images/icon/faq_min.png) no-repeat right 25px center;
}

.qna .qna-header a:hover,
.qna .qna-header a.select {
  color: #ed1846; 
}

.qna .qna-header a .icon {
  display:block;
  width:30px;
  height:30px;
  box-sizing:border-box;
  border-radius:30px;
  border:1px solid #ddd;
  text-align:center;
  line-height:30px;
  font-size:18px;
  position:absolute;
  left:20px;
  top:50%;
  margin-top:-15px;
}

.qna .qna-header a:hover .icon,
.qna .qna-header a.select .icon {
  border-color:#ed1846;
}

.qna .qna-body {
  display: none;
  padding:50px 50px 50px 70px;
  line-height: 1.5;
  font-size:17px;
  color: #333;
  border-top: solid 1px #ed1846;
  position: relative;
}
.qna .qna-body .icon {
  display:block;
  width:30px;
  height:30px;
  box-sizing:border-box;
  border-radius:30px;
  border:1px solid #ed1846;
  text-align:center;
  line-height:30px;
  font-size:18px;
  position:absolute;
  left:20px;
  top:50%;
  margin-top:-15px;
  color:#fff;
  background:#ed1846;
}


/*qna 탭 */
.qna_tab {
  margin-bottom: 30px; }
  .qna_tab ul {
    text-align: center; }
    .qna_tab ul.menu_05 li {
      width: 20%; }
    .qna_tab ul.menu_04 li {
      width: 25%; }
    .qna_tab ul.menu_02 li {
      width: 50%; }
    .qna_tab ul.menu_03 li {
      width: 33.33333%; }
    .qna_tab ul li {
      float: left; }
      .qna_tab ul li a {
        display: block;
        position: relative;
        height: 45px;
        line-height: 45px;
        text-align: center;
        font-size: 16px;
        color: #666;
        border: 1px solid #ddd;
        background: #fff;
        margin-left: -1px;
        margin-top: -1px; }
        .qna_tab ul li a.on, .qna_tab ul li a:hover {
          color: #fff;
          border-color: #ed1846;
          background: #ed1846; }
  @media screen and (max-width: 1024px) {
    .qna_tab {
      margin-bottom: 20px; }
      .qna_tab ul li a {
        height: 35px;
        font-size: 13px;
        line-height: 35px;
        letter-spacing: -0.8px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }

/*댓글 */
.txt_post_wrap.type_a {
  margin-top: 40px;
  padding: 20px 30px;
  border: 1px solid #999; }
  @media screen and (max-width: 1024px) {
    .txt_post_wrap.type_a {
      margin-top: 30px;
      padding: 15px 15px; } }
  .txt_post_wrap.type_a .name_box {
    margin-top: 10px;
    position: relative;
    padding-left: 70px;
    max-width: 200px; }
    .txt_post_wrap.type_a .name_box label {
      position: absolute;
      top: 0;
      left: 0; }
  .txt_post_wrap.type_a .post_list {
    margin-top: 30px; }
    .txt_post_wrap.type_a .post_list li {
      position: relative;
      padding: 15px 0;
      border-top: 1px solid #ccc; }
      .txt_post_wrap.type_a .post_list li .btn_del {
        position: absolute;
        top: 15px;
        right: 0;
        display: inline-block;
        height: 28px;
        line-height: 28px;
        border: 1px solid #333;
        color: #333;
        width: 50px;
        font-size: 13px;
        text-align: center; }
      .txt_post_wrap.type_a .post_list li .name_01 {
        font-size: 16px;
        font-weight: 500;
        color: #666; }
      .txt_post_wrap.type_a .post_list li .date_01 {
        font-size: 13px;
        font-weight: 500;
        color: #999; }
      .txt_post_wrap.type_a .post_list li .des_txt {
        margin-top: 10px; }
  .txt_post_wrap.type_a .write_box table {
    width: 100%; }
    .txt_post_wrap.type_a .write_box table .col_w {
      width: 80px; }
      @media screen and (max-width: 1024px) {
        .txt_post_wrap.type_a .write_box table .col_w {
          width: 40px; } }
    .txt_post_wrap.type_a .write_box table .col_w2 {
      width: 90px; }
      @media screen and (max-width: 1024px) {
        .txt_post_wrap.type_a .write_box table .col_w2 {
          width: 60px; } }
    .txt_post_wrap.type_a .write_box table th {
      color: #222;
      font-weight: bold;
      text-align: left;
      text-indent: 8px; }
  .txt_post_wrap.type_a .write_box .txt_num i {
    color: #ed1846;
    margin-right: 5px; }
  .txt_post_wrap.type_a .write_box .write_area {
    position: relative;
    margin-top: 10px;
    padding-right: 140px; }
    .txt_post_wrap.type_a .write_box .write_area textarea {
      width: 98%;
      padding: 10px 1%;
      height: 50px;
      min-height: 50px; }
    .txt_post_wrap.type_a .write_box .write_area .btn_submit {
      position: absolute;
      top: 0;
      right: 0;
      display: inline-block;
      height: 72px;
      line-height: 72px;
      text-align: center;
      width: 140px;
      background: #777;
      font-size: 17px;
      color: #fff; }
    @media screen and (max-width: 1024px) {
      .txt_post_wrap.type_a .write_box .write_area {
        padding-right: 0; }
        .txt_post_wrap.type_a .write_box .write_area .btn_submit {
          height: 40px;
          line-height: 40px;
          width: 100%;
          font-size: 15px;
          position: static;
          margin-top: 10px; } }

/*댓글*/
.txt_post_wrap.type_b {
  margin-top: 20px; }
  .txt_post_wrap.type_b .list_box {
    margin-top: 20px;
    border-bottom: 1px solid #e8e8e8; }
  .txt_post_wrap.type_b .post_list li {
    position: relative;
    border-top: 1px solid #e8e8e8; }
    .txt_post_wrap.type_b .post_list li.post_li .inner {
      padding: 15px 15px; }
    .txt_post_wrap.type_b .post_list li .answer_box {
      display: none; }
      .txt_post_wrap.type_b .post_list li .answer_box .inner {
        position: relative;
        padding: 15px 15px 15px 40px; }
        .txt_post_wrap.type_b .post_list li .answer_box .inner i {
          position: absolute;
          top: 15px;
          left: 15px;
          width: 12px;
          height: 15px;
          background: url(../../static/img/icon/subdirectory-arrow.png) no-repeat; }
        .txt_post_wrap.type_b .post_list li .answer_box .inner .area-type-form {
          height: 35px;
          min-height: 35px;
          width: 100%;
          padding: 7px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
        .txt_post_wrap.type_b .post_list li .answer_box .inner .des_txt.write_txt {
          position: relative;
          padding-right: 95px; }
        .txt_post_wrap.type_b .post_list li .answer_box .inner .btn_write {
          position: absolute;
          top: 0;
          right: 0;
          display: inline-block;
          height: 35px;
          line-height: 35px;
          text-align: center;
          width: 80px;
          background: #ed1846;
          color: #fff; }
        .txt_post_wrap.type_b .post_list li .answer_box .inner .btn_censel {
          position: absolute;
          top: 0;
          right: 0;
          display: inline-block;
          height: 72px;
          line-height: 72px;
          text-align: center;
          width: 72px;
          background: #999;
          color: #fff; }
    .txt_post_wrap.type_b .post_list li .name_01 {
      font-weight: 500;
      color: #000;
      padding-right: 10px;
      border-right: 1px solid #ddd; }
    .txt_post_wrap.type_b .post_list li .date_01 {
      font-size: 13px;
      font-weight: 700;
      color: #999; }
    .txt_post_wrap.type_b .post_list li .des_txt {
      margin-top: 10px;
      font-size: 13px; }
  .txt_post_wrap.type_b .txt_num i {
    color: #ed1846;
    margin-right: 5px; }
  .txt_post_wrap.type_b .write_box .write_area {
    position: relative;
    padding-right: 95px; }
    .txt_post_wrap.type_b .write_box .write_area textarea {
      width: 100%;
      padding: 10px;
      height: 80px;
      min-height: 80px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #ddd;
      font-size: 14px; }
    .txt_post_wrap.type_b .write_box .write_area .btn_submit {
      position: absolute;
      top: 0;
      right: 0;
      display: inline-block;
      height: 80px;
      line-height: 80px;
      text-align: center;
      width: 80px;
      background: #ed1846;
      font-size: 15px;
      color: #fff; }
    .txt_post_wrap.type_b .write_box .write_area .btn_submit_02 {
      position: absolute;
      top: 0;
      right: 0;
      display: inline-block;
      height: 80px;
      line-height: 80px;
      text-align: center;
      width: 80px;
      background: #8c8c8c;
      font-size: 15px;
      color: #fff; }
    @media screen and (max-width: 1024px) {
      .txt_post_wrap.type_b .write_box .write_area {
        padding-right: 0; }
        .txt_post_wrap.type_b .write_box .write_area .btn_submit {
          height: 40px;
          line-height: 40px;
          font-size: 15px;
          margin-top: 10px;
          position: static;
          width: 100%; } }
  .txt_post_wrap.type_b .btn_answer {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    color: #fff;
    background: #ed1846;
    width: 50px;
    font-size: 13px;
    text-align: center; }
  .txt_post_wrap.type_b .btn_del {
    font-size: 13px;
    color: #f1281b;
    padding: 0 10px; }
  .txt_post_wrap.type_b .btn_modify {
    position: relative;
    font-size: 13px;
    color: #000;
    padding: 0 10px; }
    .txt_post_wrap.type_b .btn_modify:before {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      height: 10px;
      margin-top: -5px;
      border-left: 1px solid #ddd; }
  .txt_post_wrap.type_b .modify_box {
    margin-top: 10px;
    display: none;
    position: relative;
    padding-right: 95px; }
    .txt_post_wrap.type_b .modify_box textarea {
      height: 80px;
      min-height: 80px;
      width: 100%;
      padding: 7px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #ddd; }
    .txt_post_wrap.type_b .modify_box a {
      position: absolute;
      bottom: 7px;
      right: 0;
      display: inline-block;
      height: 35px;
      line-height: 35px;
      text-align: center;
      width: 80px;
      background: #ed1846;
      color: #fff; }

/*일정표 //////////////////////////////////////////*/
.calendar_wrap_a {
  position: relative; }
  .calendar_wrap_a .term_data {
    position: absolute;
    top: 20px;
    left: 0; }
    .calendar_wrap_a .term_data .tit {
      font-size: 17px;
      color: #333;
      font-weight: 500;
      margin-right: 10px; }
  .calendar_wrap_a .btn_date_wr {
    position: absolute;
    top: 20px;
    right: 0; }
  .calendar_wrap_a .control_bx {
    position: relative;
    margin: 0 auto 10px;
    text-align: center; }
    .calendar_wrap_a .control_bx .year {
      color: #26488c;
      font-weight: bold;
      font-size: 45px;
      padding: 0 15px;
      vertical-align: middle;
      display: inline-block; }
      @media screen and (max-width: 768px) {
        .calendar_wrap_a .control_bx .year {
          font-size: 26px; } }
    .calendar_wrap_a .control_bx .btn_prev_month {
      font-size: 40px;
      color: #333;
      display: inline-block;
      vertical-align: middle; }
      .calendar_wrap_a .control_bx .btn_prev_month i {
        vertical-align: middle; }
      @media screen and (max-width: 768px) {
        .calendar_wrap_a .control_bx .btn_prev_month {
          font-size: 30px; } }
    .calendar_wrap_a .control_bx .btn_next_month {
      font-size: 40px;
      color: #333;
      display: inline-block;
      vertical-align: middle; }
      .calendar_wrap_a .control_bx .btn_next_month i {
        vertical-align: middle; }
      @media screen and (max-width: 768px) {
        .calendar_wrap_a .control_bx .btn_next_month {
          font-size: 30px; } }

.schedule_type_a {
  table-layout: fixed;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #000;
  word-break: break-all; }
  .schedule_type_a thead th {
    color: #222;
    padding: 8px 0;
    text-align: center;
    border: 1px solid #ddd;
    border-bottom: 0;
    background: #f8f8f8;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .schedule_type_a thead th {
        font-size: 13px; } }
  .schedule_type_a tbody {
    background: #fff; }
    .schedule_type_a tbody td {
      position: relative;
      width: 14.258%;
      font-weight: normal;
      padding: 5px 5px;
      height: 140px;
      vertical-align: top;
      border: 1px solid #ccc; }
      .schedule_type_a tbody td .date {
        display: block;
        color: #222;
        font-weight: bold; }
        .schedule_type_a tbody td .date.red {
          color: #e7302a; }
        .schedule_type_a tbody td .date.blue {
          color: #2973bb; }
      .schedule_type_a tbody td:hover {
        background: #edf3f7; }
        .schedule_type_a tbody td:hover .btn_tooltip_ajax {
          color: #000;
          text-decoration: underline !important; }
      .schedule_type_a tbody td .cursor_default {
        cursor: default; }
      @media screen and (max-width: 768px) {
        .schedule_type_a tbody td .meal_list li,
        .schedule_type_a tbody td .kcal_t {
          font-size: 10px; } }

.calendar_wrap_b {
  position: relative;
  max-width: 400px;
  margin: 0 auto; }
  .calendar_wrap_b .term_data {
    position: absolute;
    top: 20px;
    left: 0; }
    .calendar_wrap_b .term_data .tit {
      font-size: 17px;
      color: #333;
      font-weight: 500;
      margin-right: 10px; }
  .calendar_wrap_b .control_bx {
    position: relative;
    margin: 0 auto 10px;
    text-align: center; }
    .calendar_wrap_b .control_bx .year {
      color: #26488c;
      font-weight: bold;
      font-size: 24px;
      padding: 0 15px;
      vertical-align: middle;
      display: inline-block; }
      @media screen and (max-width: 768px) {
        .calendar_wrap_b .control_bx .year {
          font-size: 18px; } }
    .calendar_wrap_b .control_bx .btn_prev_month {
      font-size: 20px;
      color: #333;
      display: inline-block;
      vertical-align: middle; }
      .calendar_wrap_b .control_bx .btn_prev_month i {
        vertical-align: middle; }
    .calendar_wrap_b .control_bx .btn_next_month {
      font-size: 20px;
      color: #333;
      display: inline-block;
      vertical-align: middle; }
      .calendar_wrap_b .control_bx .btn_next_month i {
        vertical-align: middle; }

.schedule_type_b {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
  word-break: break-all;
  text-align: center; }
  .schedule_type_b thead th {
    color: #222;
    padding: 8px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-weight: 500; }
    @media screen and (max-width: 768px) {
      .schedule_type_b thead th {
        font-size: 13px; } }
  .schedule_type_b tbody {
    background: #fff; }
    .schedule_type_b tbody td {
      position: relative;
      width: 14.258%;
      font-weight: normal;
      vertical-align: top;
      padding: 5px;
      color: #333;
      border-bottom: 1px solid #ddd; }
      .schedule_type_b tbody td .date {
        display: block;
        margin: 0 auto;
        color: #222;
        text-align: center;
        height: 40px;
        line-height: 40px;
        border-radius: 40px;
        width: 40px; }
        .schedule_type_b tbody td .date.today {
          background: #32c5d2;
          color: #fff; }
        .schedule_type_b tbody td .date.on {
          background: #ed1846;
          color: #fff; }
        .schedule_type_b tbody td .date.sunday {
          color: #e7302a; }
        .schedule_type_b tbody td .date.blue {
          color: #2973bb; }
      .schedule_type_b tbody td .btn_date_wr {
        position: absolute;
        top: 20px;
        right: 0; }
      .schedule_type_b tbody td .cursor_default {
        cursor: default; }

/*회원 가입 */
.total_clause_bx {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  text-align: right;
  color: #333;
  margin-bottom: 30px; }

.clause_list {
  margin-bottom: 30px; }
  .clause_list h5 {
    color: #333;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: 500; }
  .clause_list li .textarea_box_border {
    border: 1px solid #bbb; }
  .clause_list li .textarea_box {
    width: 96%;
    height: 150px;
    padding: 20px 2%;
    overflow-y: auto;
    font-size: 13px; }

/*로그인 */
.login_con .login_wrap {
  max-width: 430px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px;
  margin-bottom: 20px; }
  .login_con .login_wrap .login_list li {
    margin-top: 10px; }
    .login_con .login_wrap .login_list li input {
      height: 50px;
      line-height: 50px; }
      .login_con .login_wrap .login_list li input.btn_login {
        width: 100%;
        display: inline-block;
        height: 50px;
        line-height: 50px;
        background: #fff;
        color: #666;
        line-height: 1.5;
        cursor: pointer;
        font-size: 16px;
        border: 1px solid #ed1846;
        background: #ed1846;
        color: #fff; }
  .login_con .login_wrap .bot_sec {
    margin-top: 20px; }
    .login_con .login_wrap .bot_sec .tit {
      margin-bottom: 10px; }
    .login_con .login_wrap .bot_sec a {
      width: 100%;
      -webkit-box-sizing: border;
      box-sizing: border;
      padding: 0;
      height: 45px;
      line-height: 45px; }

.login_con .tab_wrap {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd; }
  .login_con .tab_wrap li {
    float: left;
    width: 50%;
    margin: 0 auto; }
    .login_con .tab_wrap li a {
      display: block;
      position: relative;
      height: 50px;
      line-height: 50px;
      text-align: center;
      font-size: 18px; }
      @media screen and (max-width: 1024px) {
        .login_con .tab_wrap li a {
          font-size: 14px; } }
      .login_con .tab_wrap li a:before {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 0;
        border-top: 2px solid #133e78;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .login_con .tab_wrap li a.on {
        color: #133e78; }
        .login_con .tab_wrap li a.on:before {
          width: 100%; }

/*폼 input **/
.num {
  display: table;
  vertical-align: middle;
  width: 100%;
  max-width: 500px; }
  .num li {
    display: table-cell;
    width: 33.3333%;
    padding-left: 10px; }
    .num li:before {
      float: left;
      width: 10px;
      line-height: 40px;
      margin-left: -10px;
      color: #444;
      text-align: center;
      content: '-'; }
    .num li:first-child {
      padding-left: 0; }
      .num li:first-child:before {
        display: none; }

.e_mail_box_wrap {
  width:600px;
}
.e_mail_box {
  display: table;
  width: 100%; }
  .e_mail_box .mail_txt,
  .e_mail_box .mail_txt2 {
    display: table-cell;
    width: 31.333%;
    vertical-align: middle; }
  .e_mail_box .mail_a {
    display: table-cell;
    width: 4%;
    text-align: center;
    vertical-align: middle; }
  .e_mail_box .mail_sel {
    display: table-cell;
    width: 31.333%;
    vertical-align: middle;
    padding-left: 10px; }
    .e_mail_box .mail_sel:before {
      float: left;
      width: 10px;
      line-height: 28px;
      margin-left: -10px;
      text-align: center;
      content: ''; }
  @media screen and (max-width: 1024px) {
    .e_mail_box .mail_txt {
      display: block;
      float: left;
      width: 90%;
      margin-right: 2%;
      margin-bottom: 10px;
      vertical-align: middle; }
    .e_mail_box .mail_a {
      display: block;
      float: left;
      width: 8%;
      text-align: center;
      margin-bottom: 10px;
      vertical-align: middle; }
    .e_mail_box .mail_txt2 {
      display: block;
      width: 100%;
      margin-top: 10px; }
    .e_mail_box .mail_sel {
      display: block;
      width: 100%;
      padding-left: 0;
      margin-top: 10px; } }

.id_num {
  display: table;
  vertical-align: middle;
  width: 100%; }
  .id_num li {
    display: table-cell;
    width: 50%;
    padding-left: 10px; }
    .id_num li:before {
      float: left;
      width: 10px;
      line-height: 40px;
      margin-left: -10px;
      color: #444;
      text-align: center;
      content: '-'; }
    .id_num li:first-child {
      padding-left: 0; }
      .id_num li:first-child:before {
        display: none; }

.area_select {
  display: table;
  vertical-align: middle;
  width: 100%; }
  .area_select li {
    display: table-cell;
    width: 50%;
    padding-left: 10px; }
  .area_select.txt3 li {
    display: table-cell;
    width: 33.333%;
    padding-left: 10px; }
  .area_select li:first-child {
    padding-left: 0; }
    .area_select li:first-child:before {
      display: none; }
  .area_select li:before {
    float: left;
    width: 10px;
    line-height: 28px;
    margin-left: -10px;
    text-align: center;
    content: ''; }

.select_10 {
  width: 100px;
  border: 1px solid #ccc; }

input[type="text"].input_st2,
input[type="password"].input_st2,
input[type="file"].input_st2,
select.input_st2 {
  height:60px;
}


.input_7 {
  width: 70px;
  padding: 0;
  text-indent: 7px; }

.input_10 {
  width: 100px;
  padding: 0; }

.input_12 {
  width: 120px;
  padding: 0;
  text-indent: 7px; }

.input_15 {
  width: 150px;
  padding: 0;
  text-indent: 7px; }

.input_20 {
  width: 200px;
  padding: 0;
  text-indent: 7px; }
.input_25 {
  width: 250px;
}


.input_txt,
.input_30 {
  max-width: 300px;
  width: 100%;
  padding: 0; }

.input_40 {
  width: 400px;
}

.input_50 {
  width: 50%;
  padding: 0;
  text-indent: 7px; }

.input_80 {
  width: 80%;
  padding: 0;
  text-indent: 7px; }

.input_date {
  position: relative;
  width: 150px;
  display: inline-block; }
  .input_date i {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -12px;
    font-size: 24px; }

.input_won {
  display: inline-block;
  padding-right: 30px;
  position: relative;
  max-width: 300px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .input_won .won_t {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px; }

.input_for {
  width: 100%;
  padding: 0; }

.sel_for {
  width: 100%;
  border: 1px solid #bbb; }

.sel_30 {
  width: 100%;
  max-width: 300px;
  border: 1px solid #ccc; }

textarea {
  margin: 0;
  border: solid 1px #ccc;
  background-color: #fff;
  overflow: auto;
  min-height: 200px;
  width: 80%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  resize: none; }

.textarea_st1 {
  width:100%;
  box-sizing:border-box;
  height:350px;
}
.area_for {
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 150px;
  border: solid 1px #bbb;
  overflow-y: auto; }

.filebox_css input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.filebox_css label {
  display: inline-block;
  padding: 3px 5px;
  color: #fff;
  font-size: inherit;
  line-height: normal;
  vertical-align: middle;
  background-color: #6a6a6a;
  cursor: pointer;
  border: 1px solid #555; }

.filebox_css .upload-name {
  display: inline-block;
  padding: 3px 5px;
  font-size: 15px;
  font-family: inherit;
  line-height: normal;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc; }

.file_box {
  position: relative;
  padding-right: 170px; }
  .file_box:hover .btn_type_file {
    background: #666; }
  .file_box .text_01 {
    position: absolute;
    top: 2px;
    left: 0; }
  .file_box p {
    border: 1px solid #ccc;
    line-height: 60px;
    height: 60px;
    overflow: hidden; 
    box-sizing:border-box;
  }
  .file_box .btn_type_file {
    display: block;
    width: 160px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background: #999;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer; }
    .file_box .btn_type_file:hover {
      background: #666; }
  .file_box input {
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
    height: 60px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    -webkit-appearance: none; }

#captcha_reload {
  width:60px;
  height:60px;
  background:#ed1846 url(../images/icon/refresh.png) no-repeat center;
  margin-right:5px;
}


/*찾기*/
.input_btn_box {
  position: relative;
  padding-right: 100px; }
  .input_btn_box .table-btn-01 {
    position: absolute;
    top: 0;
    right: 0;
    width: 95px; }

.board_btn_bx {
  margin-top: 40px !important; }

/* //버튼  ---------------------------------------------------------------*/
.btn-type-01, input[type="submit"].btn-type-01 {
  display: inline-block;
  text-align: center;
  min-width: 150px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  color: #fff;
  background: #ed1846;
  border: 1px solid #ed1846;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.1em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn-type-01:hover, input[type="submit"].btn-type-01:hover {
    background: #fff;
    color: #ed1846; }
  @media screen and (max-width: 1024px) {
    .btn-type-01, input[type="submit"].btn-type-01 {
      min-width: 100px;
      height: 40px;
      line-height: 40px; } }

.btn-type-02, input[type="submit"].btn-type-02 {
  display: inline-block;
  text-align: center;
  min-width: 150px;
  height: 50px;
  line-height: 48px;
  padding: 0 20px;
  color: #fff;
  background: #666;
  border: 1px solid #666;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.1em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media screen and (max-width: 1024px) {
    .btn-type-02, input[type="submit"].btn-type-02 {
      min-width: 100px;
      height: 40px;
      line-height: 40px; } }
  .btn-type-02:hover, input[type="submit"].btn-type-02:hover {
    background: #fff;
    color: #666; }

.btn-type-03 {
  display: inline-block;
  text-align: center;
  padding: 0 20px;
  min-width: 70px;
  color: #fff;
  height:55px;
  line-height:55px;
  background: #666;
  cursor: pointer;
  font-size: 16px;
  transition:0.3s;
  border: 1px solid #666; }
  .btn-type-03:hover {
    background: #fff;
    color: #666; }
.btn-type-03.point {
  background:#ed1846;
  color:#fff;
  border:1px solid #ed1846;
}
.btn-type-03.point:hover {
  color:#ed1846;
  background:#fff;
}
.btn-type-04 {
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  min-width: 100px;
  color: #fff;
  background-color: #666;
  line-height: 1.5;
  cursor: pointer;
  font-size: 16px;
  border: 1px solid #666; }
  .btn-type-04:hover {
    background: #fff;
    color: #666; }

.respon_btn a {
  display: inline-block;
  text-align: center;
  padding: 8px 12px;
  min-width: 200px;
  color: #fff;
  background-color: #a0d53b;
  line-height: 1.5;
  cursor: pointer; }

.respon_btn2 a {
  display: inline-block;
  text-align: center;
  padding: 8px 12px;
  min-width: 100px;
  color: #fff;
  background-color: #a0d53b;
  line-height: 1.5;
  cursor: pointer; }

.form_btn_01 {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 17px;
  background-color: #0a326c;
  border: 1px solid #0a326c;
  cursor: pointer; }
  .form_btn_01:hover {
    color: #0a326c;
    background-color: #fff; }

.form_btn_02 {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 17px;
  background-color: #666;
  border: 1px solid #666;
  cursor: pointer; }

.form_btn_03 {
  display: inline-block;
  text-align: center;
  width: 130px;
  padding: 8px 0;
  color: #fff;
  background-color: #de6742;
  border: 1px solid #de6742;
  line-height: 1.5;
  cursor: pointer; }

.table-btn-01 {
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  height: 38px;
  line-height: 38px;
  color: #fff !important;
  background-color: #666;
  font-size: 13px;
  vertical-align: middle;
  min-width: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.table-btn-02 {
  display: inline-block;
  text-align: center;
  height: 28px;
  line-height: 28px;
  color: #082f90;
  background-color: #fff;
  border: 1px solid #082f90;
  font-size: 13px;
  vertical-align: middle;
  padding: 0 20px; }

.btn_submit_01 {
  display: inline-block;
  text-align: center;
  padding: 8px 10px 8px 10px;
  color: #fff;
  background-color: #666;
  font-size: 14px;
  vertical-align: middle;
  min-width: 60px; }

.btn_submit_02 {
  display: inline-block;
  text-align: center;
  padding: 8px 10px 8px 10px;
  color: #fff;
  background-color: #de6742;
  font-size: 14px;
  vertical-align: middle;
  min-width: 60px; }

.notice_i {
  font-size: 14px;
  background: #133e78;
  text-align: center;
  display: inline-block;
  border-radius: 20px;
  padding: 5px 10px;
  vertical-align: middle;
  color: #fff; }

/* // 플로그인   ---------------------------------------------------------------*/

.mfp-close-btn-in .mfp-close {
  right: 5px;
  font-size: 50px;
  font-weight: 100;
  font-family: 'NanumSquare','Nanum Gothic', sans-serif; }


.c3 svg {
  font: 10px sans-serif;
  -webkit-tap-highlight-color: transparent; }

.c3 path, .c3 line {
  fill: none;
  stroke: #000; }

.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.c3-legend-item-tile, .c3-xgrid-focus, .c3-ygrid, .c3-event-rect, .c3-bars path {
  shape-rendering: crispEdges; }

.c3-chart-arc path {
  stroke: #fff; }

.c3-chart-arc text {
  fill: #fff;
  font-size: 13px; }

.c3-grid line {
  stroke: #aaa; }

.c3-grid text {
  fill: #aaa; }

.c3-xgrid, .c3-ygrid {
  stroke-dasharray: 3 3; }

.c3-text.c3-empty {
  fill: #808080;
  font-size: 2em; }

.c3-line {
  stroke-width: 1px; }

.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: white; }

.c3-selected-circle {
  fill: white;
  stroke-width: 2px; }

.c3-bar {
  stroke-width: 0; }
  .c3-bar._expanded_ {
    fill-opacity: 0.75; }

.c3-target.c3-focused {
  opacity: 1; }
  .c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
    stroke-width: 2px; }

.c3-target.c3-defocused {
  opacity: 0.3 !important; }

.c3-region {
  fill: steelblue;
  fill-opacity: .1; }

.c3-brush .extent {
  fill-opacity: .1; }

.c3-legend-item {
  font-size: 12px; }

.c3-legend-item-hidden {
  opacity: 0.15; }

.c3-legend-background {
  opacity: 0.75;
  fill: white;
  stroke: lightgray;
  stroke-width: 1; }

.c3-title {
  font: 14px sans-serif; }

.c3-tooltip-container {
  z-index: 10; }

.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  -webkit-box-shadow: 7px 7px 12px -9px #777777;
  -moz-box-shadow: 7px 7px 12px -9px #777777;
  box-shadow: 7px 7px 12px -9px #777777;
  opacity: 0.9; }
  .c3-tooltip tr {
    border: 1px solid #CCC; }
  .c3-tooltip th {
    background-color: #aaa;
    font-size: 14px;
    padding: 2px 5px;
    text-align: left;
    color: #FFF; }
  .c3-tooltip td {
    font-size: 13px;
    padding: 3px 6px;
    background-color: #fff;
    border-left: 1px dotted #999; }
    .c3-tooltip td > span {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin-right: 6px; }
    .c3-tooltip td.value {
      text-align: right; }

.c3-area {
  stroke-width: 0;
  opacity: 0.2; }

.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em; }

.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: none; }

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px; }

.c3-chart-arcs .c3-chart-arcs-gauge-max, .c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777; }

.c3-chart-arc .c3-gauge-value {
  fill: #000; }

.bx-wrapper {
  margin: 0 auto; }
  .bx-wrapper .bx-controls .bx-has-controls-auto .bx-pager {
    width: 100%; }
  .bx-wrapper .bx-viewport {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    left: 0;
    background: transparent !important; }
  .bx-wrapper .bx-pager {
    bottom: 30px; }
    .bx-wrapper .bx-pager.bx-default-pager a {
      background: #666; }
      .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: #fff; }
  .bx-wrapper .bx-controls-direction a {
    margin-top: -21px;
    width: 21px;
    height: 53px;
    z-index: 10; }
  .bx-wrapper .bx-controls-direction .bx-prev {
    left: 0;
    background: url(../images/slider/btn_left.png) no-repeat 0 0; }
  .bx-wrapper .bx-controls-direction .bx-next {
    right: 0;
    background: url(../images/slider/btn_right.png) no-repeat 0 0; }

.b_box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.container, .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

.row_0 {
  margin-right: 0;
  margin-left: 0; }
  .row_0 > li, .row_0 > div {
    padding-right: 0;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.row_5 > li, .row_5 > div, .row_5 > form, .row_5 > dl {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.row_10 {
  margin-right: -10px;
  margin-left: -10px; }
  .row_10 > li, .row_10 > div {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.row_20 {
  margin-right: -20px;
  margin-left: -20px; }
  .row_20 > li, .row_20 > div {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.row_30 {
  margin-right: -30px;
  margin-left: -30px; }
  .row_30 > li, .row_30 > div {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.row_5 {
  margin-right: -5px;
  margin-left: -5px; }

.col-lg-1, .col-lg-1-5.col-lg-10, .col-lg-10-5, .col-lg-11, .col-lg-11-5, .col-lg-12, .col-lg-15, .col-lg-2, .col-lg-2-5, .col-lg-3, .col-lg-3-5, .col-lg-4, .col-lg-4-5, .col-lg-5, .col-lg-5-5, .col-lg-6, .col-lg-6-5, .col-lg-7, .col-lg-7-5, .col-lg-8, .col-lg-8-5, .col-lg-9, .col-lg-9-5, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-15, .col-sm-15, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-15, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before {
  display: table;
  content: " "; }

.btn-toolbar:after, .btn-toolbar:before {
  display: table;
  content: " "; }

.clearfix:after, .clearfix:before {
  display: table;
  content: " "; }

.container-fluid:after, .container-fluid:before {
  display: table;
  content: " "; }

.container:after, .container:before {
  display: table;
  content: " "; }

.dl-horizontal dd:after, .dl-horizontal dd:before {
  display: table;
  content: " "; }

.form-horizontal .form-group:after, .form-horizontal .form-group:before {
  display: table;
  content: " "; }

.modal-footer:after, .modal-footer:before {
  display: table;
  content: " "; }

.nav:after, .nav:before {
  display: table;
  content: " "; }

.navbar-collapse:after, .navbar-collapse:before {
  display: table;
  content: " "; }

.navbar-header:after, .navbar-header:before {
  display: table;
  content: " "; }

.navbar:after, .navbar:before {
  display: table;
  content: " "; }

.pager:after, .pager:before {
  display: table;
  content: " "; }

.panel-body:after, .panel-body:before {
  display: table;
  content: " "; }

.row:after, .row:before {
  display: table;
  content: " "; }

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-15, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
  float: left; }

.col-lg-11-5 {
  width: 95.83333333%;
  float: left; }

.col-lg-11 {
  width: 91.66666667%; }

.col-lg-10-5 {
  width: 85%;
  float: left; }

.col-lg-10 {
  width: 83.33333333%; }

.col-lg-9-5 {
  width: 79.1666666%;
  float: left; }

.col-lg-9 {
  width: 75%; }

.col-lg-8-5 {
  width: 70.833333%;
  float: left; }

.col-lg-8 {
  width: 66.66666667%; }

.col-lg-7-5 {
  width: 62.5%;
  float: left; }

.col-lg-7 {
  width: 58.33333333%; }

.col-lg-6-5 {
  width: 54.1666666%;
  float: left; }

.col-lg-6 {
  width: 50%; }

.col-lg-5-5 {
  width: 45.833333%;
  float: left; }

.col-lg-5 {
  width: 41.66666667%; }

.col-lg-4-5 {
  width: 37.5%;
  float: left; }

.col-lg-4 {
  width: 33.33333333%; }

.col-lg-3-5 {
  width: 29.166666%;
  float: left; }

.col-lg-3 {
  width: 25%; }

.col-lg-2-5 {
  width: 20.833333%;
  float: left; }

.col-lg-15 {
  width: 20%; }

.col-lg-2 {
  width: 16.66666667%; }

.col-lg-1-5 {
  width: 12.5%;
  float: left; }

.col-lg-1 {
  width: 8.33333333%; }

.col-lg-pull-11 {
  right: 91.66666667%; }

.col-lg-pull-10 {
  right: 83.33333333%; }

.col-lg-pull-9 {
  right: 75%; }

.col-lg-pull-8 {
  right: 66.66666667%; }

.col-lg-pull-7 {
  right: 58.33333333%; }

.col-lg-pull-6 {
  right: 50%; }

.col-lg-pull-5 {
  right: 41.66666667%; }

.col-lg-pull-4 {
  right: 33.33333333%; }

.col-lg-pull-3 {
  right: 25%; }

.col-lg-pull-2 {
  right: 16.66666667%; }

.col-lg-pull-1 {
  right: 8.33333333%; }

.col-lg-pull-0 {
  right: auto; }

.col-lg-push-12 {
  left: 100%; }

.col-lg-push-11 {
  left: 91.66666667%; }

.col-lg-push-10 {
  left: 83.33333333%; }

.col-lg-push-9 {
  left: 75%; }

.col-lg-push-8 {
  left: 66.66666667%; }

.col-lg-push-7 {
  left: 58.33333333%; }

.col-lg-push-6 {
  left: 50%; }

.col-lg-push-5 {
  left: 41.66666667%; }

.col-lg-push-4 {
  left: 33.33333333%; }

.col-lg-push-3 {
  left: 25%; }

.col-lg-push-2 {
  left: 16.66666667%; }

.col-lg-push-1 {
  left: 8.33333333%; }

.col-lg-push-0 {
  left: auto; }

.col-lg-offset-12 {
  margin-left: 100%; }

.col-lg-offset-11 {
  margin-left: 91.66666667%; }

.col-lg-offset-10 {
  margin-left: 83.33333333%; }

.col-lg-offset-9 {
  margin-left: 75%; }

.col-lg-offset-8 {
  margin-left: 66.66666667%; }

.col-lg-offset-7 {
  margin-left: 58.33333333%; }

.col-lg-offset-6 {
  margin-left: 50%; }

.col-lg-offset-5 {
  margin-left: 41.66666667%; }

.col-lg-offset-4 {
  margin-left: 33.33333333%; }

.col-lg-offset-3 {
  margin-left: 25%; }

.col-lg-offset-2 {
  margin-left: 16.66666667%; }

.col-lg-offset-1 {
  margin-left: 8.33333333%; }

.col-lg-offset-0 {
  margin-left: 0; }

@media all and (max-width: 1024px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left; }
  .col-sm-12 {
    width: 100% !important; }
  .col-sm-11 {
    width: 91.66666667% !important; }
  .col-sm-10 {
    width: 83.33333333% !important; }
  .col-sm-9 {
    width: 75% !important; }
  .col-sm-8 {
    width: 66.66666667% !important; }
  .col-sm-7 {
    width: 58.33333333% !important; }
  .col-sm-6 {
    width: 50% !important; }
  .col-sm-5 {
    width: 41.66666667% !important; }
  .col-sm-4 {
    width: 33.33333333% !important; }
  .col-sm-3 {
    width: 25% !important; }
  .col-sm-2 {
    width: 16.66666667% !important; }
  .col-sm-1 {
    width: 8.33333333% !important; }
  .col-sm-pull-12 {
    right: 100% !important; }
  .col-sm-pull-11 {
    right: 91.66666667% !important; }
  .col-sm-pull-10 {
    right: 83.33333333% !important; }
  .col-sm-pull-9 {
    right: 75% !important; }
  .col-sm-pull-8 {
    right: 66.66666667% !important; }
  .col-sm-pull-7 {
    right: 58.33333333% !important; }
  .col-sm-pull-6 {
    right: 50% !important; }
  .col-sm-pull-5 {
    right: 41.66666667% !important; }
  .col-sm-pull-4 {
    right: 33.33333333% !important; }
  .col-sm-pull-3 {
    right: 25% !important; }
  .col-sm-pull-2 {
    right: 16.66666667% !important; }
  .col-sm-pull-1 {
    right: 8.33333333% !important; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100% !important; }
  .col-sm-push-11 {
    left: 91.66666667% !important; }
  .col-sm-push-10 {
    left: 83.33333333% !important; }
  .col-sm-push-9 {
    left: 75% !important; }
  .col-sm-push-8 {
    left: 66.66666667% !important; }
  .col-sm-push-7 {
    left: 58.33333333% !important; }
  .col-sm-push-6 {
    left: 50% !important; }
  .col-sm-push-5 {
    left: 41.66666667% !important; }
  .col-sm-push-4 {
    left: 33.33333333% !important; }
  .col-sm-push-3 {
    left: 25% !important; }
  .col-sm-push-2 {
    left: 16.66666667% !important; }
  .col-sm-push-1 {
    left: 8.33333333% !important; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100% !important; }
  .col-sm-offset-11 {
    margin-left: 91.66666667% !important; }
  .col-sm-offset-10 {
    margin-left: 83.33333333% !important; }
  .col-sm-offset-9 {
    margin-left: 75% !important; }
  .col-sm-offset-8 {
    margin-left: 66.66666667% !important; }
  .col-sm-offset-7 {
    margin-left: 58.33333333% !important; }
  .col-sm-offset-6 {
    margin-left: 50% !important; }
  .col-sm-offset-5 {
    margin-left: 41.66666667% !important; }
  .col-sm-offset-4 {
    margin-left: 33.33333333% !important; }
  .col-sm-offset-3 {
    margin-left: 25% !important; }
  .col-sm-offset-2 {
    margin-left: 16.66666667% !important; }
  .col-sm-offset-1 {
    margin-left: 8.33333333% !important; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .m_mb_30 {
    margin-bottom: 30px; }
  .m_mb_20 {
    margin-bottom: 20px; }
  .m_mb_10 {
    margin-bottom: 10px; } }

@media all and (max-width: 767px) {
  .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left; }
  .col-xs-12 {
    width: 100% !important; }
  .col-xs-11 {
    width: 91.66666667% !important; }
  .col-xs-10 {
    width: 83.33333333% !important; }
  .col-xs-9 {
    width: 75% !important; }
  .col-xs-8 {
    width: 66.66666667% !important; }
  .col-xs-7 {
    width: 58.33333333% !important; }
  .col-xs-6 {
    width: 50% !important; }
  .col-xs-5 {
    width: 41.66666667% !important; }
  .col-xs-4 {
    width: 33.33333333% !important; }
  .col-xs-3 {
    width: 25% !important; }
  .col-xs-2 {
    width: 16.66666667% !important; }
  .col-xs-1 {
    width: 8.33333333% !important; }
  .col-xs-pull-12 {
    right: 100% !important; }
  .col-xs-pull-11 {
    right: 91.66666667% !important; }
  .col-xs-pull-10 {
    right: 83.33333333% !important; }
  .col-xs-pull-9 {
    right: 75% !important; }
  .col-xs-pull-8 {
    right: 66.66666667% !important; }
  .col-xs-pull-7 {
    right: 58.33333333% !important; }
  .col-xs-pull-6 {
    right: 50% !important; }
  .col-xs-pull-5 {
    right: 41.66666667% !important; }
  .col-xs-pull-4 {
    right: 33.33333333% !important; }
  .col-xs-pull-3 {
    right: 25% !important; }
  .col-xs-pull-2 {
    right: 16.66666667% !important; }
  .col-xs-pull-1 {
    right: 8.33333333% !important; }
  .col-xs-pull-0 {
    right: auto; }
  .col-xs-push-12 {
    left: 100% !important; }
  .col-xs-push-11 {
    left: 91.66666667% !important; }
  .col-xs-push-10 {
    left: 83.33333333% !important; }
  .col-xs-push-9 {
    left: 75% !important; }
  .col-xs-push-8 {
    left: 66.66666667% !important; }
  .col-xs-push-7 {
    left: 58.33333333% !important; }
  .col-xs-push-6 {
    left: 50% !important; }
  .col-xs-push-5 {
    left: 41.66666667% !important; }
  .col-xs-push-4 {
    left: 33.33333333% !important; }
  .col-xs-push-3 {
    left: 25% !important; }
  .col-xs-push-2 {
    left: 16.66666667% !important; }
  .col-xs-push-1 {
    left: 8.33333333% !important; }
  .col-xs-push-0 {
    left: auto; }
  .col-xs-offset-12 {
    margin-left: 100% !important; }
  .col-xs-offset-11 {
    margin-left: 91.66666667% !important; }
  .col-xs-offset-10 {
    margin-left: 83.33333333% !important; }
  .col-xs-offset-9 {
    margin-left: 75% !important; }
  .col-xs-offset-8 {
    margin-left: 66.66666667% !important; }
  .col-xs-offset-7 {
    margin-left: 58.33333333% !important; }
  .col-xs-offset-6 {
    margin-left: 50% !important; }
  .col-xs-offset-5 {
    margin-left: 41.66666667% !important; }
  .col-xs-offset-4 {
    margin-left: 33.33333333% !important; }
  .col-xs-offset-3 {
    margin-left: 25% !important; }
  .col-xs-offset-2 {
    margin-left: 16.66666667% !important; }
  .col-xs-offset-1 {
    margin-left: 8.33333333% !important; }
  .col-xs-offset-0 {
    margin-left: 0; } }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  height: 20px;
  overflow: hidden;
  border: 1px solid #c82f43; }

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #c82f43; }

.progress-bar-xs {
  height: 5px !important; }

.tbl_tit_des {
  display: table;
  width: 100%; }
  .tbl_tit_des span:first-child, .tbl_tit_des span.tit {
    float: left;
    width: 50px; }
  .tbl_tit_des div:first-child, .tbl_tit_des div.tit {
    float: left;
    width: 50px; }
  .tbl_tit_des span:last-child, .tbl_tit_des span.des {
    display: table-cell;
    width: 100%; }
  .tbl_tit_des div:last-child, .tbl_tit_des div.des {
    display: table-cell;
    width: 100%; }

.mCustomScrollBox {
  height: auto !important; }

.scroll-con-y .mCustomScrollBox {
  height: 100% !important; }